home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 398 / 398.xpi / chrome / forecastfox.jar / skin / classic / bindings.css next >
Cascading Style Sheet File  |  2010-02-04  |  944b  |  63 lines

  1. /* ::::: display panels ::::: */
  2. .ffpanel-text:not([value]) {
  3.   display: none;
  4. }
  5.  
  6. .ffpanel-icon:not([src]) {
  7.   display: none;
  8. }
  9.  
  10. /* ::::: tooltip layout ::::: */
  11. .fftooltip-title {
  12.   font-weight: bold;
  13. }
  14.  
  15. .fftooltip-icon:not([src]) {
  16.   display: none;
  17. }
  18.  
  19. .fftooltip-title:not([value]) {
  20.   display: none;
  21. }
  22.  
  23. .fftooltip-labels:empty {
  24.   display: none;
  25. }
  26.  
  27. .fftooltip-textbox[display="0"] {
  28.   display: none;  
  29. }
  30.  
  31. .fftooltip-iconbox[display="1"] {
  32.   display: none;  
  33. }
  34.  
  35. /* ::::: dialog header ::::: */
  36. .ffheader-box {
  37.   border-bottom: 2px groove ThreeDFace;
  38.   padding: 10px;
  39.   background-color: Window;
  40.   color: WindowText;
  41. }
  42.  
  43. .ffheader-text {
  44.   font-weight: bold;
  45. }
  46.  
  47. /* ::::: link ::::: */
  48. .fflink-text {
  49.   -moz-user-focus: normal;
  50.   color: blue;
  51.   border: 1px solid transparent;
  52.   margin: 1px;
  53.   padding: 1px;
  54.   text-decoration: underline !important;
  55. }
  56.  
  57. fflink-text:hover:active {
  58.   color: red;
  59. }
  60.  
  61. .fflink-text:focus {
  62.   border: 1px dotted black;
  63. }